inherited fIntro: TfIntro Left = 319 Top = 383 Caption = 'Welcome' PixelsPerInch = 96 TextHeight = 13 inherited pBody: TPanel object lWelcome: TLabel Left = 10 Top = 10 Width = 325 Height = 308 Align = alClient WordWrap = True end end inherited pButtons: TPanel object bNext: TButton Left = 352 Top = 24 Width = 75 Height = 25 Caption = '&Next >' Default = True ModalResult = 6 TabOrder = 0 end object bCancel: TButton Left = 448 Top = 24 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end end end